'Usage Dim instance As CalcIsEvenFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 1 item: number.
Number is the value to test. If number is not an integer, it is truncated.
Return Value
A System.Boolean value that indicates the evaluate result.